home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / bluetooth / rfcomm.conf < prev   
Text File  |  2006-05-15  |  284b  |  18 lines

  1. #
  2. # RFCOMM configuration file.
  3. #
  4.  
  5. rfcomm0 {
  6.     # Automatically bind the device at startup
  7.     bind no;
  8.  
  9.     # Bluetooth address of the device
  10.     device 11:22:33:44:55:66;
  11.  
  12.     # RFCOMM channel for the connection
  13.     channel    1;
  14.  
  15.     # Description of the connection
  16.     comment "Example Bluetooth device";
  17. }
  18.